home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / organise / snc10.arj / SAMPLE0.SML < prev    next >
Text File  |  1993-02-19  |  521b  |  26 lines

  1. SAMPLE0.SML
  2.  
  3. Notice that there are no comment delimiters in SML-- anything that is not
  4. part of a command or plain text in a text block is simply ignored by the
  5. compiler.
  6.  
  7. Let's make some notes, starting with the two simplest (and probably least
  8. useful) notes you can define.
  9.  
  10. This one uses all the Stickies! defaults and creates an empty note. 
  11.  
  12. :begin_note
  13. :end_note
  14.  
  15. This one also uses the defaults, but has a little text.
  16.  
  17. :begin_note
  18.  
  19. :begin_text
  20. Hello from Stickies!
  21. :end_text
  22.  
  23. :end_note
  24.  
  25.  
  26.